home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / sockv2 / fileput.dfm / fileput.txt
Text File  |  1996-04-08  |  2KB  |  120 lines

  1. object PutDLG: TPutDLG
  2.   Left = 244
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Send File'
  6.   ClientHeight = 211
  7.   ClientWidth = 471
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 361
  20.     Height = 193
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 97
  28.     Height = 13
  29.     Caption = 'Filename to Put: '
  30.   end
  31.   object Label2: TLabel
  32.     Left = 33
  33.     Top = 57
  34.     Width = 88
  35.     Height = 13
  36.     Caption = 'Remote Name: '
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 388
  40.     Top = 8
  41.     Width = 77
  42.     Height = 27
  43.     TabOrder = 3
  44.     Kind = bkOK
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object CancelBtn: TBitBtn
  50.     Left = 388
  51.     Top = 40
  52.     Width = 77
  53.     Height = 27
  54.     TabOrder = 4
  55.     Kind = bkCancel
  56.     Margin = 2
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object FileName: TEdit
  61.     Left = 125
  62.     Top = 20
  63.     Width = 121
  64.     Height = 20
  65.     TabOrder = 0
  66.   end
  67.   object GroupBox1: TGroupBox
  68.     Left = 37
  69.     Top = 97
  70.     Width = 209
  71.     Height = 96
  72.     Caption = 'Transfer Mode'
  73.     TabOrder = 2
  74.     object rbASCII: TRadioButton
  75.       Left = 24
  76.       Top = 21
  77.       Width = 113
  78.       Height = 17
  79.       Caption = 'ASCII'
  80.       TabOrder = 0
  81.     end
  82.     object rbBINARY: TRadioButton
  83.       Left = 24
  84.       Top = 63
  85.       Width = 113
  86.       Height = 17
  87.       Caption = 'Binary'
  88.       TabOrder = 2
  89.     end
  90.     object rbEBCDIC: TRadioButton
  91.       Left = 24
  92.       Top = 42
  93.       Width = 113
  94.       Height = 17
  95.       Caption = 'EBCDIC'
  96.       TabOrder = 1
  97.     end
  98.   end
  99.   object RemoteName: TEdit
  100.     Left = 125
  101.     Top = 53
  102.     Width = 121
  103.     Height = 20
  104.     TabOrder = 1
  105.   end
  106.   object Browse: TButton
  107.     Left = 272
  108.     Top = 18
  109.     Width = 73
  110.     Height = 25
  111.     Caption = 'Browse'
  112.     TabOrder = 5
  113.     OnClick = BrowseClick
  114.   end
  115.   object OpenDialog1: TOpenDialog
  116.     Left = 280
  117.     Top = 112
  118.   end
  119. end
  120.